Skip to content

Conversation

@janhoy
Copy link
Contributor

@janhoy janhoy commented Jan 8, 2026

https://issues.apache.org/jira/browse/SOLR-17602

Trying to fix the weird pom error I found in 10.0.0 RC1. I target it for SOLR-17602 since that was the (unreleased) issue introducing the platform module.

Copy link
Contributor

@dsmiley dsmiley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume you've tested somehow?
I 100% agree with your comment elsewhere that a Solr release smokeTest should include SolrJ dependency hello-world

Comment on lines +158 to +159
def deps = dmNode.dependencies
if (deps) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor syntax recommendation but I love Groovy's elvis operator. Using it would remove an indentation level (lowering cyclomatic complexity) while keeping null-safety. Same above at depMgmt. I used to write a lot of Groovy back in the day.

@janhoy janhoy merged commit 07f111e into apache:main Jan 11, 2026
4 of 5 checks passed
@janhoy janhoy deleted the SOLR-17602-exclude-platform-from-pom branch January 11, 2026 00:39
janhoy added a commit that referenced this pull request Jan 11, 2026
janhoy added a commit that referenced this pull request Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants